home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 July / EnigmA AMIGA RUN 20 (1997)(G.R. Edizioni)(IT)[!][issue 1997-07 & 08][EAR-CD IV].iso / programs / toolmanager3 / developer / fd / toolmanager_lib.fd
Text File  |  1997-02-22  |  765b  |  28 lines

  1. *
  2. * toolmanager_lib.fd  V3.0
  3. *
  4. * toolmanager.library function descriptions
  5. *
  6. * Copyright (C) 1990-97 Stefan Becker
  7. *
  8. * This source code is for educational purposes only. You may study it
  9. * and copy ideas or algorithms from it for your own projects. It is
  10. * not allowed to use any of the source codes (in full or in parts)
  11. * in other programs. Especially it is not allowed to create variants
  12. * of ToolManager or ToolManager-like programs from this source code.
  13. *
  14. ##base _ToolManagerBase
  15. ##bias 30
  16. ##private
  17. Reserved1()()
  18. ##public
  19. QuitToolManager()()
  20. AllocTMHandle()()
  21. FreeTMHandle(handle)(a0)
  22. CreateTMObjectTagList(handle,object,type,tags)(a0,a1,d0,a2)
  23. *tagcall
  24. DeleteTMObject(handle,object)(a0,a1)
  25. ChangeTMObjectTagList(handle,object,tags)(a0,a1,a2)
  26. *tagcall
  27. ##end
  28.